home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_1231 / frame_43 / DoAction.as
Text File  |  2008-11-12  |  393b  |  26 lines

  1. tellTarget("_root")
  2. {
  3.    gotoAndStop("Tab6");
  4. }
  5. if(2 < eval("/Variables:NbArtifices"))
  6. {
  7.    set("/Variables:ArtificePorte",true);
  8.    tellTarget("_root.GardeDerriere")
  9.    {
  10.       gotoAndStop("AvanceTir");
  11.       play();
  12.    }
  13. }
  14. else
  15. {
  16.    tellTarget("_root.GardeDerriere")
  17.    {
  18.       gotoAndStop("Entre");
  19.       play();
  20.    }
  21. }
  22. tellTarget("_parent")
  23. {
  24.    gotoAndStop(1);
  25. }
  26.